ISubsystem.ConfiguredAxes property
Configures the settings of a simulated axis.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
IList<AxisConfiguration> ConfiguredAxes { get; set; }
Property ConfiguredAxes As IList(Of AxisConfiguration)
Property value
Type: IList<AxisConfiguration>
Remarks
Allows for simulation of expected behavior when using a simulated axis.
Usable EtherCAT states
ecatOffline, ecatOP
See also